home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / dstr2.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.1 KB  |  67 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : DYNAMIC_STRINGS
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : linnig%ti-eg at csnet-relay
  6. -- AUTHOR            : Mike Linnig et al (see source)
  7. --                   : Texas Instruments Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 27 June 85
  12. -- DATE RELEASED     : 27 June 85
  13. -- DATE LAST UPDATED : 27 June 85
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : DG MV 10000 with ROLM ADE
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : COMPONENTS
  19. -- CATEGORY LEVEL 2  : DYNAMIC STRINGS
  20. -- CATEGORY LEVEL 3  : Dynamic String 2
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : STRINGS
  23. -- KEYWORD           : DYNAMIC STRINGS
  24. -- INDEX             : String
  25. -- INDEX             : Dynamic String
  26. -- INDEX             : String, Dynamic
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : 
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.COMPONENTS>DSTR2.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.COMPONENTS>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   DSTR2.ADA             14129         398
  37. --   DSTR2.PRO              2993          63
  38. --   ===============  ==========  ==========
  39. --     2 Files             17122         461
  40. --= ABSTRACT             ===============================================--
  41. --         Dynamic_Strings is a generic package which provides a  set  of
  42. -- routines  to manipulate dynamic strings.  See the documentation in the
  43. -- source code for references to magazine articles et al.
  44. --= REVISION HISTORY     ===============================================--
  45. --
  46. -- DATE         VERSION    AUTHOR                  HISTORY
  47. -- 19850627    1.0    Mike Linnig        Initial Release
  48. --= RELEASE NOTICE       ===============================================--
  49. -- This prologue must be included in all copies of this software.
  50. --
  51. -- This software is released to the Ada community.
  52. -- This software is released to the Public Domain (note:
  53. --   software released to the Public Domain is not subject
  54. --   to copyright protection).
  55. -- Restrictions on use or distribution:  NONE
  56. --= DISCLAIMER           ===============================================--
  57. --     This software and its documentation are provided "AS IS" and
  58. -- without any expressed or implied warranties whatsoever.  No warranties
  59. -- as to performance, merchantability, or fitness for a particular
  60. -- purpose exist.
  61. --     The user is advised to test the software thoroughly before
  62. -- relying on it.  The user must assume the entire risk and liability of
  63. -- using this software.  In no event shall any person or organization of
  64. -- people be held responsible for any direct, indirect, consequential or
  65. -- inconsequential damages or lost profits.
  66. --======================================================================--
  67.